| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetPrescreenImagingCompleteProc function to install or remove a prescreen buffer imaging completion procedure.
OSErr QTVRSetPrescreenImagingCompleteProc (
QTVRInstanceqtvr,
ImagingCompleteUPPimagingCompleteProc,
SInt32refCon,
UInt32 flags);
The QTVRSetPrescreenImagingCompleteProc function installs the procedure specified by the imagingCompleteProc parameter as a prescreen buffer imaging completion procedure for the QuickTime VR movie specified by the qtvr parameter. Your procedure is called whenever QuickTime VR finishes drawing an image into the prescreen buffer. The reference constant specified by the refCon parameter is passed unchanged to that prescreen buffer imaging completion procedure.
To remove a previously installed prescreen buffer imaging completion procedure, set imagingCompleteProc to nil .
Use QTVRSetBackBufferImagingProc (next) to install or remove a back buffer imaging procedure.
| Previous | Chapter contents | Chapter top | Section top | Next |